home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / memmon.dxr / 00027_UnloadCast.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  160 b   |  10 lines

  1. on mouseUp
  2.   global gStartCast, gEndCast
  3.   GetValues()
  4.   now = startTimer()
  5.   tell the stage
  6.     unLoadCast(gStartCast, gEndCast)
  7.   end tell
  8.   PutTime(now)
  9. end
  10.